func html/template.isComment

6 uses

	html/template (current package)
		context.go#L165: func isComment(s state) bool {
		escape.go#L250: 		if isComment(c.state) {
		escape.go#L767: 		} else if isComment(c.state) && c.delim == delimNone {
		escape.go#L787: 		if c.state != c1.state && isComment(c1.state) && c1.delim == delimNone {
		escape.go#L812: 		if !isComment(c.state) || c.delim != delimNone {
		transition.go#L219: 		if c.element == elementScript && (isInScriptLiteral(c.state) || isComment(c.state)) {